Welcome![Sign In][Sign Up]
Location:
Search - Java FTP server

Search list

[Ftp Serverjavaftp.zip

Description: java 做的ftp server
Platform: | Size: 30119 | Author: | Hits:

[Ftp ServerCorpServerService2

Description: 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3621 | Author: 彭宇 | Hits:

[Ftp Serverjftp

Description: 一个用JAVA写的FTP客户端程序。功能强大不仅支持FTP,还支持其它协议如SMB, SFTP, NFS, HTTP等。在传输文件的同时还可以浏览FTP服务器上的资源,也可以浏览局域网上的Windows共享资源等-a written using Java FTP client program. Not only powerful FTP support, but also support other protocols such as SMB, SFTP, NFS, HTTP, and so on. In the transmission of documents can also browse the FTP server resources, LAN can also browse the Windows resource sharing
Platform: | Size: 2278519 | Author: 秦宗全 | Hits:

[JSP/Javajava_ftpServer

Description: 用java写的ftp服务器程序,代码写的非常清晰易懂,几乎实现了所有的ftp server规范的要求,此可以根据此程序来实现自己特殊的功能,亦可以用作学习java服务期开发的典范。此程序为公司开发项目代码。
Platform: | Size: 1177961 | Author: jzk | Hits:

[Windows Developcrossftpserver-1.09-src

Description: 用java写的ftp server,支持跨平台。
Platform: | Size: 942781 | Author: 笑书侠 | Hits:

[Ftp ServerFtpServer2005

Description: JAVA实现的FTP服务器源码-JAVA source FTP server
Platform: | Size: 25859 | Author: 玄子 | Hits:

[Ftp Serverassignment

Description: java开发的ftp服务器-java development of the ftp server
Platform: | Size: 22697 | Author: 钟覃 | Hits:

[WinSock-NDISFTPServer12

Description: 用Java实现的一个FTP服务器,HTTP协议,方便客户端的上传下载等操作-Java achieve an FTP server, HTTP protocol to facilitate client upload download operation
Platform: | Size: 26328 | Author: 施成 | Hits:

[JSP/JavaNetworkFTPDsgn

Description: FTPserver and Client
Platform: | Size: 13312 | Author: 陈兴波 | Hits:

[Ftp ServerTFTPServeur

Description: java 编写的tftp服务器端程序-prepared by the tftp server procedures
Platform: | Size: 1024 | Author: 胖子 | Hits:

[JSP/Javaftpclient

Description: 这个ftp客户端程序分为两个部分,均是j2se写成。Ftpls.java用于匿名登录ftp服务器,显示主目录。FtpTest.java用于上传下载单个flv视频文件,支持中文上传下载,可在命令行随机制定路径上传下载。-The ftp client program is divided into two parts, which were written in j2se. Ftpls.java ftp server for anonymous login to show your home directory. FtpTest.java for uploading and downloading a single flv video file, support Chinese upload and download, can be random development path in the command line upload and download.
Platform: | Size: 4096 | Author: 阿生 | Hits:

[JSP/Javajava_FTP

Description: 使用java编写的Ftp服务器端源代码,可用于java课程的课程设计。-Prepared using java Ftp server-side source code, java programs for curriculum design.
Platform: | Size: 5120 | Author: chenyan | Hits:

[JSP/Javaftp

Description: 用Java实现FTP自动下载,需指定FTP服务器地址、登录名和密码。-FTP with Java implementation to automatically download, specify the FTP server address, login name and password.
Platform: | Size: 1024 | Author: 陈亮 | Hits:

[Ftp ServerJava-FTPServer

Description: FTP服务器 能够实现监听 打开目录-In active mode FTP the client connects from a random unprivileged port (N > 1024) to the FTP server’s command port, port 21. Then, the client starts listening to port N+1 and sends the FTP command PORT N+1 to the FTP server. The server will then connect back to the client’s specified data port from its local data port, which is port 20.
Platform: | Size: 7168 | Author: 黎明 | Hits:

[JSP/JavaFTP_sever-java

Description: FTP服务器,Java语言编写的。内附readme.doc-FTP server, the Java language.
Platform: | Size: 623616 | Author: wangxiaoyu | Hits:

[JSP/JavaFTP

Description: java FTP客户端程序具有FTP客户端所要求的上传,下载,文件列表,连接服务端等功能。-Java FTP client program required by the FTP client, upload, download, file list, the connection server.
Platform: | Size: 5831680 | Author: 飞哥 | Hits:

[JSP/Javahdfs-over-ftp-0.20.0.tar

Description: FTP server is configurable by hdfs-over-ftp.properties and users.properties. It allows to use secure connection over SSL and supports all HDFS permissions. Installation and running 1. Download and install java, maven 2. Set users in src/main/resources/users.properties. All passwords are md5 encrypted. 3. Set connection port, data-ports and hdfs-uri in src/main/resources/hdfs-over-ftp.properties. 4. Start server using hdfs-over-ftp.sh-FTP server is configurable by hdfs-over-ftp.properties and users.properties. It allows to use secure connection over SSL and supports all HDFS permissions. Installation and running 1. Download and install java, maven 2. Set users in src/main/resources/users.properties. All passwords are md5 encrypted. 3. Set connection port, data-ports and hdfs-uri in src/main/resources/hdfs-over-ftp.properties. 4. Start server using hdfs-over- ftp.sh
Platform: | Size: 3551232 | Author: Yancey | Hits:

[JSP/Javaftp

Description: java实现简单的ftp服务器,支持文件下载,上传,删除等。-java achieve a simple ftp server that supports file download, upload, delete, etc..
Platform: | Size: 3072 | Author: 胡银龙 | Hits:

[JSP/JavaUSEFTPAPPLET.JAVA

Description: Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。   Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。   Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。   SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Java source code, network-related, FTP Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents. Stop () method uses FtpClient object closeServer () method to close the server connection. Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether users click the Connect button, if you click an event occurs, by calling the connect () method to perform connection. If evt.target == BtnClose
Platform: | Size: 8192 | Author: Meikao | Hits:

[JSP/JavaFtpServer

Description: 使用java语言实现的ftp的server(Server's FTP implementation using the Java language)
Platform: | Size: 15360 | Author: zoezoe | Hits:
« 1 2 3 4 56 7 8 »

CodeBus www.codebus.net